{% extends 'mobile_base_frame.html' %} {% load i18n %} {% block page %}

{{title}}

{% if urlparams %}
{% autoescape off%} {% for c in urlparams %}

{{c.name|wap_condition_filter}}:{{c.value}}

{% endfor %} {% endautoescape%}
{% endif %}

{{title}}

© 2014 中控科技

{% endblock %}